home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98a.txt / 000111_icon-group-sender _Tue Mar 10 08:22:15 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.7/8.8.7) with SMTP id IAA09279
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Tue, 10 Mar 1998 08:22:14 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA11385; Tue, 10 Mar 1998 08:22:14 -0700
  7. Date: Tue, 10 Mar 1998 09:43:38 -0600
  8. Message-Id: <199803101543.JAA20389@segfault.cs.utsa.edu>
  9. From: Clinton Jeffery <jeffery@segfault.cs.utsa.edu>
  10. To: evans@gte.net
  11. Cc: icon-group@optima.CS.Arizona.EDU
  12. In-Reply-To: <3504D0C8.14B2@gte.net> (message from Mark Evans on Mon, 09 Mar
  13.     1998 23:34:00 -0600)
  14. Subject: Re: Stand-alone executables
  15. Reply-To: jeffery@cs.utsa.edu
  16. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  17. Status: RO
  18. Content-Length: 1021
  19.  
  20.  
  21. [Mark Evans wrote:]
  22. > I just tried to show off my new VIB Icon program, and it bombed. 
  23. > [A compiled Windows Icon program couldn't find itself on another drive]
  24.  
  25. Mark,
  26.  
  27. Thanks for the problem report.  If the -o option is used, wicont inserts
  28. whatever pathname is given on the command line into the .exe file,
  29. unfortunately hardwiring it to a particular path.  This is a bug, and it
  30. is exacerbated by the Wi program, which uses the -o option.  Your
  31. short term workarounds are either (1) recompile the program using wicont,
  32. outside of Wi, or (2) run the patchstr.exe program:
  33.     patchstr foo.exe foo.exe
  34. which strips the path information from the executable's self-identity.
  35.  
  36. I'll probably modify wicont so it doesn't include path information in the
  37. identity string it writes; at that point executables will have to find
  38. themselves on the PATH like everybody else.
  39.  
  40. Clint Jeffery, jeffery@cs.utsa.edu
  41. Division of Computer Science, The University of Texas at San Antonio
  42. Research http://www.cs.utsa.edu/research/plss.html
  43.  
  44.